Configuration
Feed Api uses standard Insights Factory Component configuration in terms of:
- Rabbit configuration
- Tracing configuration
- Database configuration - with sharded
FeedApi_User
user database - Consuming BankAdmin integration API
- Logging configuration
- Metrics configuration
For more information see linked sections.
Application parameters
Parameter name | Default value | Description |
---|---|---|
DeleteInsightMessage.UpdateBatchSize | int: 1000 | Size of batch that InsightMessages to be deleted would be updated in the database. |
DeleteInsightMessage.ReadBatchSize | int:100000 | Size of batch that InsightMessages to be deleted would be read from the database. |
BankAdminIntegration.Endpoint | string:"insights/definitions/active" | Endpoint url used for fetching active insight definitions. |
InstanceConfiguration.Backend | boolean: false | When set to true, enables processing of event bus messages. Backend nodes shouldn't be exposed to end-users, they should solely focus on processing incoming system data. |